]> git.r.bdr.sh - rbdr/Flat-Bezel.qsplugin/blobdiff - Flat Bezel/BBFlatBezelInterface.m
Improve drawing, add padding to bezel
[rbdr/Flat-Bezel.qsplugin] / Flat Bezel / BBFlatBezelInterface.m
index a191f8149056d0f36bde07ba4d8c37e078d556fe..e430de8fa21351bcc56eba4f0671e89ac8775b0f 100644 (file)
@@ -43,7 +43,7 @@
         [theCell setCellRadiusFactor:8];
       
         [theCell setHighlightColor:[NSColor colorWithRed:1 green:1 blue:1 alpha:.15]];
-        [theCell setTextColor:[NSColor colorWithWhite:.8 alpha:1]];
+        [theCell setTextColor:[NSColor textColor]];
         [theCell setShowDetails:NO];
         [theCell setState:NSControlStateValueOn];
         [theCell setIconSize:QSSize128];
@@ -82,7 +82,7 @@
     NSRect screenRect = [[NSScreen mainScreen] frame];
     
     if (!shouldExpand) {
-        newRect.size.width -= 208;
+        newRect.size.width -= 192;
     }
     
     return NSOffsetRect(centerRectInRect(newRect, screenRect), 0, (NSHeight(screenRect) / 5));